home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_71 / PlaceObject2_183_3 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  235 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    this._y = _root.ufo2._y - 12;
  3.    if(_root.hero.hitTest(this) && _root.hero._y < 330.3 && _root.ufo2._y < 250)
  4.    {
  5.       if(_root.ufo2._y > 200)
  6.       {
  7.          _root.hero._y -= 1;
  8.       }
  9.    }
  10. }
  11.